google.golang.org/grpc/internal/transport.parsedDataFrame.data (field)

13 uses

	google.golang.org/grpc/internal/transport (current package)
		client_stream.go#L83: 	n := min(f.data.Len(), nonGRPCDataMaxLen-len(s.nonGRPCDataBuf))
		client_stream.go#L84: 	s.nonGRPCDataBuf = append(s.nonGRPCDataBuf, f.data.ReadOnlyData()[0:n]...)
		http2_client.go#L1251: 		dataLen := f.data.Len()
		http2_client.go#L1258: 			f.data.Ref()
		http2_client.go#L1259: 			s.write(recvMsg{buffer: f.data})
		http2_client.go#L1744: 			frame.data.Free()
		http2_server.go#L685: 			frame.data.Free()
		http2_server.go#L810: 		dataLen := f.data.Len()
		http2_server.go#L817: 			f.data.Ref()
		http2_server.go#L818: 			s.write(recvMsg{buffer: f.data})
		http_util.go#L396: 	data mem.Buffer
		http_util.go#L583: 		f.dataFrame.data = mem.NewBuffer(poolHandle, f.pool)
		http_util.go#L585: 		f.dataFrame.data = mem.SliceBuffer(buf)